Skip to main content

Entities and Operations

Using building blocks for your flows such as basic entities and assist modules, you can quickly assemble robust workflows by simply configuring and connecting the workflow components.

Basic Entities

They are pre-built with custom functionality that offers a wide range of ready-to-use features and actions. These modules enhance the functionality and capabilities of your flows, saving you time and effort when designing complex workflows from scratch.

For Example:

You want to create a workflow that automatically sends a notification when a customer places an order above a threshold value. You can create this workflow using the Boolean operator set up with one or more conditions. If those conditions are met, then the steps on the “TRUE” branch will run. If they are not met, then the steps on the “FALSE” branch will run instead.

Assist Modules

Assist Modules are specialized operations used for data management that let you process and customize data as needed within your workflows. They are designed to handle common tasks, such as branching, looping, file handling, data storage, and logic operations in flows.

For Example:

With the Date Time Helper assist module, you can streamline your workflow automation, ensure accurate date and time handling, and enhance the overall efficiency of your flows. You can perform various actions such as retrieving the current date and time, converting between different time zones, formatting dates and times according to your preferences, and even calculating durations between two dates or times.

Top of page